Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

SaveAll(Stream,AnnContainer[],AnnFormat) Method






Destination file name to save the data to.
The array of AnnContainer to be saved. This value must not be null.
Must be AnnFormat.Annotations.
Saves an array of annotation containers to a stream.
Syntax
public void SaveAll( 
   Stream stream,
   AnnContainer[] containers,
   AnnFormat format
)
'Declaration
 
Public Overloads Sub SaveAll( _
   ByVal stream As Stream, _
   ByVal containers() As AnnContainer, _
   ByVal format As AnnFormat _
) 
public void SaveAll( 
   Stream stream,
   AnnContainer[] containers,
   AnnFormat format
)
public void saveAll(Writer writer, AnnContainer[] containers, AnnFormat format)
            
 function Leadtools.Annotations.Core.AnnCodecs.SaveAll(Stream,AnnContainer[],AnnFormat)( 
   stream ,
   containers ,
   format 
)

Parameters

stream
Destination file name to save the data to.
containers
The array of AnnContainer to be saved. This value must not be null.
format
Must be AnnFormat.Annotations.
Remarks

This method will override any existing data in streamfile.

This method uses the values of AnnContainer.PageNumber during its operation. The page numbers will be saved along with each container.

The AnnContainer.PageNumber value of each container will be used to indicate the output page number. If more than one container has the same value for PageNumber, then only the last container is used. Any AnnContainer object that is null in the array will be ignored.

The SerializeOptions property can contain optional options and events to use during saving of annotations data.

For more information, refer to Annotation Files.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class
AnnCodecs Members
Overload List

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features